time.absDays.yearYday (method)
6 uses
time (current package)
format.go#L697: _, yday = days.yearYday()
time.go#L753: func (days absDays) yearYday() (year, yday int) {
time.go#L861: year, yday := thu.yearYday()
time.go#L904: _, yday := t.absSec().days().yearYday()
time.go#L1937: _, yday = d.yearYday()
zoneinfo.go#L336: year, yday := absSeconds(sec + unixToInternal + internalToAbsolute).days().yearYday()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)